Bump com.diffplug.spotless from 8.6.0 to 8.7.0#145
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
yonatankarp
approved these changes
Jun 22, 2026
Test Results (spring-skeleton)2 tests 2 ✅ 2s ⏱️ Results for commit 9e65e6c. ♻️ This comment has been updated with latest results. |
Test Results (KTOR-SKELETON)2 tests 2 ✅ 2s ⏱️ Results for commit 9e65e6c. ♻️ This comment has been updated with latest results. |
Bumps com.diffplug.spotless from 8.6.0 to 8.7.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e01ee0a to
db7498f
Compare
yonatankarp
approved these changes
Jun 22, 2026
The Spotless plugin was applied in both build.gradle.kts and the init script with mismatched versions (8.7.0 vs 8.6.0), loaded under different classloaders. Both register the shared SpotlessTaskService build service, which Gradle 9.6 rejects as a collision. Add `apply false` to the root plugin so it no longer registers the service (the root has no .kt and was never configured; the skeletons are linted via the init script). Sync the init script to 8.7.0 to match. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.diffplug.spotless from 8.6.0 to 8.7.0.